efi_loader: use named constant for efi_dp_from_mem()
authorHeinrich Schuchardt <[email protected]>
Wed, 26 Dec 2018 21:23:00 +0000 (22:23 +0100)
committerAlexander Graf <[email protected]>
Wed, 13 Feb 2019 08:40:05 +0000 (09:40 +0100)
commit0a76ba65568435e3cf630e146c4a630e9ee8db1f
tree1992b9e182eb89a7dd150d9423cee085ab525183
parent13dd6665ed18f72380ca596931d609bc108d4b82
efi_loader: use named constant for efi_dp_from_mem()

When calling efi_dp_from_mem() use a named constant for the memory type.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
cmd/bootefi.c